You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TDenseMtxVec Class > TDenseMtxVec Methods > MinEvery Method > TDenseMtxVec.MinEvery Method ([In] TMtxVec, [In] TMtxVec, int, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TDenseMtxVec.MinEvery Method ([In] TMtxVec, [In] TMtxVec, int, int, int, int)

Compare Vec1 elements [Vec1Index]..[Vec1Index+Len-1] with Vec2 object elements [Vec2Index]..[Vec2Index+Len-1] and store the smaller value in Self.

Syntax
C#
Visual Basic
public TMtxVec MinEvery([In] TMtxVec Vec1, [In] TMtxVec Vec2, int Vec1Index, int Vec2Index, int Index, int Len);

Stores the results in to the calling object elements [Index]..[Index+Len-1]. Size and TMtxVec.Complex properties of the calling object must be set explicitly. An exception is raised if TMtxVecBase.ConditionCheckConditionCheckis True and array borders are overrun or underrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!